TreeView for WinForms
ObservableDictionary<TKey,TValue> クラス
メンバ 

C1.Win.4.5.2 アセンブリ > C1.Win.Collections.ObjectModel 名前空間 : ObservableDictionary<TKey,TValue> クラス
この辞書のキーの型。
この辞書の値の型。
項目が追加、削除、変更されたとき、またはリスト全体がリフレッシュされたときに通知を提供するキー/値ペアの 汎用コレクションを表します。
オブジェクト モデル
ObservableDictionary<TKey,TValue> クラス
シンタックス
'宣言
 
Public Class ObservableDictionary
    (Of TKey,TValue) 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of ObservableKeyValuePair(Of TKey,TValue))
public class ObservableDictionary<TKey,TValue> : System.Collections.ObjectModel.ObservableCollection<ObservableKeyValuePair<TKey,TValue>> 
型パラメータ
TKey
この辞書のキーの型。
TValue
この辞書の値の型。
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Win.Collections.ObjectModel.ObservableDictionary<TKey,TValue>
            C1.Win.TreeView.PropertyPath

参照

ObservableDictionary<TKey,TValue> メンバ
C1.Win.Collections.ObjectModel 名前空間